[INFO] cloning repository https://github.com/corann/Koenigrufen-Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/corann/Koenigrufen-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorann%2FKoenigrufen-Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorann%2FKoenigrufen-Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cf83ae7d54a7b80d7feb707d90f5a640d7a3c550
[INFO] checking corann/Koenigrufen-Rust against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorann%2FKoenigrufen-Rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/corann/Koenigrufen-Rust
[INFO] finished tweaking git repo https://github.com/corann/Koenigrufen-Rust
[INFO] tweaked toml for git repo https://github.com/corann/Koenigrufen-Rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/corann/Koenigrufen-Rust on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/corann/Koenigrufen-Rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rand_distr v0.4.0
[INFO] [stderr]   Downloaded libc v0.2.89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57
[INFO] running `Command { std: "docker" "start" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.89
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling syn v1.0.64
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking rand_distr v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]     Checking rustone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `additions`
[INFO] [stdout]    --> src/main.rs:226:28
[INFO] [stdout]     |
[INFO] [stdout] 226 |         CallStateC{ state, additions, nextPlayer }  => 
[INFO] [stdout]     |                            ^^^^^^^^^ help: try ignoring the field: `additions: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nextPlayer`
[INFO] [stdout]    --> src/main.rs:264:39
[INFO] [stdout]     |
[INFO] [stdout] 264 |         CallStateC{ state, additions, nextPlayer } => match state
[INFO] [stdout]     |                                       ^^^^^^^^^^ help: try ignoring the field: `nextPlayer: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum CallStateA
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 45 | {
[INFO] [stdout] 46 |     Init,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     Piccolo( Players ),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     Zwiccolo( Players ),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 51 |     BesserRuferA( Option< CallKoenig > ),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     BesserRuferB( CallKoenig, Card ),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 53 |     Dreier,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 54 |     Farbensolo,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 55 |     SoloDreier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 56 |     Bettler,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     BettlerOuvert,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 58 |     PiccoloOuvert( Players ),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     ZwiccoloOuvert( Players ),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     Trischaken,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 61 |     SechserDreier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 62 |     Solo( Option< CallKoenig > ),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 81 | enum CallStateAdditionsA
[INFO] [stdout]    |      ------------------- variants in this enum
[INFO] [stdout] 82 | {
[INFO] [stdout] 83 |     KoenigUltimo,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 84 |     VierKoenige,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 85 |     I,
[INFO] [stdout]    |     ^
[INFO] [stdout] 86 |     II,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 87 |     III,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 88 |     IV,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 89 |     Trull,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 90 |     Valat,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateAdditionsA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addition`, `caller`, and `active` are never read
[INFO] [stdout]   --> src/main.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 94 | struct CallStateAdditions
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 95 | {
[INFO] [stdout] 96 |     addition: CallStateAdditionsA,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 97 |     caller: Player,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 98 |     active: Players,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateAdditions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `State` and `Addition` are never constructed
[INFO] [stdout]    --> src/main.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | enum CallStateKontrasA
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 103 | {
[INFO] [stdout] 104 |     State( CallStateB ),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 105 |     Addition( CallStateAdditions ),
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallStateKontrasA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addition`, `caller`, and `active` are never read
[INFO] [stdout]    --> src/main.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 109 | struct CallStateKontras
[INFO] [stdout]     |        ---------------- fields in this struct
[INFO] [stdout] 110 | {
[INFO] [stdout] 111 |     addition: CallStateKontrasA,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 112 |     caller: Player,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 113 |     active: Players,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallStateKontras` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/main.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | enum CallA
[INFO] [stdout]     |      ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 128 |     Weiter,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     PiccoloMit,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 132 |     Zwiccolo,
[INFO] [stdout] 133 |     ZwiccoloMit,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     PiccoloOuvertMit,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 142 |     ZwiccoloOuvert,
[INFO] [stdout] 143 |     ZwiccoloOuvertMit,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     Kleiner(Card),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 149 |     KoenigUltimo,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 150 |     VierKoenige,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 151 |     I,
[INFO] [stdout]     |     ^
[INFO] [stdout] 152 |     II,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 153 |     III,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 154 |     IV,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 155 |     Trull,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 156 |     Valat,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Rekontra` and `Subrekontra` are never constructed
[INFO] [stdout]    --> src/main.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | enum CallB
[INFO] [stdout]     |      ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 164 |     Rekontra( CallA, Player ),
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 165 |     Subrekontra( CallA, Player ),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallB` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextPlayer` should have a snake case name
[INFO] [stdout]    --> src/main.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     nextPlayer: Player,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `next_player`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `additions`
[INFO] [stdout]    --> src/main.rs:226:28
[INFO] [stdout]     |
[INFO] [stdout] 226 |         CallStateC{ state, additions, nextPlayer }  => 
[INFO] [stdout]     |                            ^^^^^^^^^ help: try ignoring the field: `additions: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nextPlayer`
[INFO] [stdout]    --> src/main.rs:264:39
[INFO] [stdout]     |
[INFO] [stdout] 264 |         CallStateC{ state, additions, nextPlayer } => match state
[INFO] [stdout]     |                                       ^^^^^^^^^^ help: try ignoring the field: `nextPlayer: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | enum CallStateA
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 45 | {
[INFO] [stdout] 46 |     Init,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     Piccolo( Players ),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     Zwiccolo( Players ),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 51 |     BesserRuferA( Option< CallKoenig > ),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     BesserRuferB( CallKoenig, Card ),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 53 |     Dreier,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 54 |     Farbensolo,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 55 |     SoloDreier,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 56 |     Bettler,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     BettlerOuvert,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 58 |     PiccoloOuvert( Players ),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     ZwiccoloOuvert( Players ),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 60 |     Trischaken,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 61 |     SechserDreier,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 62 |     Solo( Option< CallKoenig > ),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/main.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 81 | enum CallStateAdditionsA
[INFO] [stdout]    |      ------------------- variants in this enum
[INFO] [stdout] 82 | {
[INFO] [stdout] 83 |     KoenigUltimo,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 84 |     VierKoenige,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 85 |     I,
[INFO] [stdout]    |     ^
[INFO] [stdout] 86 |     II,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 87 |     III,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 88 |     IV,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 89 |     Trull,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 90 |     Valat,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateAdditionsA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addition`, `caller`, and `active` are never read
[INFO] [stdout]   --> src/main.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 94 | struct CallStateAdditions
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 95 | {
[INFO] [stdout] 96 |     addition: CallStateAdditionsA,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 97 |     caller: Player,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 98 |     active: Players,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CallStateAdditions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `State` and `Addition` are never constructed
[INFO] [stdout]    --> src/main.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 102 | enum CallStateKontrasA
[INFO] [stdout]     |      ----------------- variants in this enum
[INFO] [stdout] 103 | {
[INFO] [stdout] 104 |     State( CallStateB ),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 105 |     Addition( CallStateAdditions ),
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallStateKontrasA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addition`, `caller`, and `active` are never read
[INFO] [stdout]    --> src/main.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 109 | struct CallStateKontras
[INFO] [stdout]     |        ---------------- fields in this struct
[INFO] [stdout] 110 | {
[INFO] [stdout] 111 |     addition: CallStateKontrasA,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 112 |     caller: Player,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 113 |     active: Players,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallStateKontras` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/main.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | enum CallA
[INFO] [stdout]     |      ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 128 |     Weiter,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     PiccoloMit,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 132 |     Zwiccolo,
[INFO] [stdout] 133 |     ZwiccoloMit,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 141 |     PiccoloOuvertMit,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 142 |     ZwiccoloOuvert,
[INFO] [stdout] 143 |     ZwiccoloOuvertMit,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     Kleiner(Card),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 149 |     KoenigUltimo,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 150 |     VierKoenige,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 151 |     I,
[INFO] [stdout]     |     ^
[INFO] [stdout] 152 |     II,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 153 |     III,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 154 |     IV,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 155 |     Trull,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 156 |     Valat,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallA` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Rekontra` and `Subrekontra` are never constructed
[INFO] [stdout]    --> src/main.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | enum CallB
[INFO] [stdout]     |      ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 164 |     Rekontra( CallA, Player ),
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 165 |     Subrekontra( CallA, Player ),
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CallB` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextPlayer` should have a snake case name
[INFO] [stdout]    --> src/main.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     nextPlayer: Player,
[INFO] [stdout]     |     ^^^^^^^^^^ help: convert the identifier to snake case: `next_player`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
[INFO] running `Command { std: "docker" "inspect" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57", kill_on_drop: false }`
[INFO] [stdout] 660dc6caa58f8e6c9127c1148fd473c76989e34470f896c2ebef9c2209fe2c57
